Searched refs:w_nword (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh4.c101 if (wb == NULL || wb->w_nword == 0 || (cp = wb->w_words[0]) == NULL)
442 nl = newword(cl->w_nword*2);
443 for(i=0; i<cl->w_nword; i++) { /* for each argument */
452 for(i=0; i<cl->w_nword; i++)
456 for(i=0; i<cl->w_nword; i++)
458 glob0((char *)cl->w_words, cl->w_nword, sizeof(char *), xstrcmp);
459 if (cl->w_nword) {
460 for (i=0; i<cl->w_nword; i++)
562 for (i=0; i<wb->w_nword; i++)
589 wb->w_nword
[all...]
H A Dsh.h363 short w_nword; member in struct:wdblock

Completed in 107 milliseconds