Lines Matching defs:word

114 	    for (s = sp->word; *s; s++) {
201 struct Strbuf word = Strbuf_INIT;
203 Strbuf_terminate(&word);
204 cleanup_push(&word, Strbuf_cleanup);
205 (void) t_search(&word, LIST, TW_ZERO, 0, STRNULL, 0);
206 cleanup_until(&word);
258 cmd.word = STRNULL;
261 nextword->word = Strsave(lspath);
266 nextword->word = Strsave(STRmCF);
273 nextword->word = Strsave(STRmmliteral);
282 nextword->word = Strsave(STRmmcolormauto);
290 nextword->word = quote(Strsave(cp));
444 lexp[0].word = STRNULL;
445 lexp[2].word = STRret;
457 lexp[1].word = cmd;
533 /* get the first word */
947 * Set up a one-word alias command, for use for special things.
964 w.word = STRNULL;
966 new1->word = Strsave(s1);
968 /* build a lex list with one word. */
975 new2->word = Strsave(s2);
1115 while (*we->word == ';' && we != cp)
1122 if (!Strcmp(we->word, STRrm)) {
1124 ask = (*args->word != '-');
1125 while (*args->word == '-' && !silent) { /* check options */
1126 for (charac = (args->word + 1); *charac && !silent; charac++)
1132 for (; !star && *args->word != ';'
1134 if (!Strcmp(args->word, STRstar))
1156 *tmp->word != '\n' &&
1157 *tmp->word != ';' && tmp != cp;) {
1160 xfree(tmp->word);
1165 if (*tmp->word == ';') {
1168 xfree(tmp->word);
1180 *we->word != ';' && we != cp;
1183 if (*we->word == ';')
1190 xprintf("%S ", we->word);
1225 while (*we->word == ';' && we != cp)
1232 cmd = we->word;
1254 *we->word != ';' && we != cp;
1257 if (*we->word == ';')
1264 xprintf("%S ", we->word);
1281 cmd_len = Strlen(pl->word);
1283 (void) Strcpy(cmd, pl->word);
1284 /* Do insertions at beginning, first replace command word */
1288 xfree(now->word);
1289 now->word = xcalloc(1, 5 * sizeof(Char));
1290 (void) Strcpy(now->word, STRecho);
1293 now->word = xcalloc(1, 6 * sizeof(Char));
1294 (void) Strcpy(now->word, STRbackqpwd);
1297 for (last = now; *last->word != '\n' && *last->word != ';';
1302 now->word = xcalloc(1, 2 * sizeof(Char));
1303 (void) Strcpy(now->word, STRgt);
1307 now->word = xcalloc(1, 2 * sizeof(Char));
1308 (void) Strcpy(now->word, STRbang);
1312 now->word = xcalloc(1, (cmd_len + p_len + 4) * sizeof(Char));
1313 cp1 = now->word;
1327 now->word = xcalloc(1, 2 * sizeof(Char));
1328 (void) Strcpy(now->word, STRsemi);
1334 now->word = bcmd;
1341 xfree(now->word);
1342 now->word = xcalloc(1, (cmd_len + 2) * sizeof(Char));
1343 *now->word = '%';
1344 Strcpy(now->word + 1, cmd);
1346 *now->word != '\n' && *now->word != ';' && now != pl;) {
1349 xfree(now->word);
1752 * If exec() fails look first for a #! [word] [word] ....
1762 int fw = 0; /* found at least one word */
1770 ws = 0; /* word started = 0 */
1779 if (ws) { /* a blank after a word.. save it */
1804 ws) { /* terminate the last word */
1807 /* deal with the 1-word case */
1825 if (!ws) /* Start a new word? */