Lines Matching defs:we

87  * First guy in lex list is ignored; last guy is ^J which we ignore.
91 * of problems if we don't mask it here. Note: excl's in lexes have been
216 * We cannot process a flag therefore we let ls do it right.
472 * We don't want to glob dowhich args because we lose quoteing
474 * we glob here.
496 if ((ep = getenv("EDITOR")) != NULL) { /* if we have a value */
498 ep = p + 1; /* then we want only the last part */
503 if ((vp = getenv("VISUAL")) != NULL) { /* if we have a value */
505 vp = p + 1; /* then we want only the last part */
515 if (pcurrent == NULL) /* see if we have any jobs */
539 cp = cp + 1; /* then we want only the last part */
541 cp = p; /* else we get all of it */
543 /* if we find either in the current name, fg it */
559 return retp; /* Will be NULL if we didn't find a job */
576 ohaderr = haderr; /* we need to ignore setting of haderr due to
617 (void) Rawmode(); /* Make sure, cause we want echo off */
652 * work for root, but what can we do?
654 * If we fail to get the password, then we log the user out
1021 * So if we hit ^C in the middle of cwdcmd or periodic the alias gets
1022 * removed. We don't want that. Note that we want to remove precmd
1057 * results, so we clip it here. Grr. Where is that
1098 struct wordent *we, *args;
1114 we = cp->next;
1115 while (*we->word == ';' && we != cp)
1116 we = we->next;
1117 while (we != cp) {
1122 if (!Strcmp(we->word, STRrm)) {
1123 args = we->next;
1142 * Perhaps we should use the yesexpr from the
1155 for (tmp = we;
1173 we = tmp;
1179 for (we = we->next;
1180 *we->word != ';' && we != cp;
1181 we = we->next)
1183 if (*we->word == ';')
1184 we = we->next;
1189 for (we = cp->next; we != cp; we = we->next)
1190 xprintf("%S ", we->word);
1204 struct wordent *we;
1224 we = cp->next;
1225 while (*we->word == ';' && we != cp)
1226 we = we->next;
1227 while (we != cp) {
1232 cmd = we->word;
1250 insert(we, in_cont_arg_list);
1253 for (we = we->next;
1254 *we->word != ';' && we != cp;
1255 we = we->next)
1257 if (*we->word == ';')
1258 we = we->next;
1263 for (we = cp->next; we != cp; we = we->next)
1264 xprintf("%S ", we->word);
1401 * we can find users from their home directories for the tilde
1543 * If we are passed a null pointer, then we flush the cache.
1642 * Great! we have on suns 3 flavors and 5 names...
1645 * Rather than dealing with getting the right includes, we'll just
1731 * forget to reset errno to 0. So we only check for the
1894 * we assume there is no IPv6 address in utmp and don't
1901 * we use inet_addr here, not inet_aton because many systems
2065 /* try to find which entry we should be looking for */
2076 * we use the termcap function - if we are using terminfo we
2079 * type but we don't care because tcsh has cached all the things