Searched refs:words (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libcmd/
H A Dwc.h45 Sfoff_t words; member in struct:__anon331
H A Dwc.c26 * count the number of bytes, words, and lines in a file
32 "[+NAME?wc - print the number of bytes, words, and lines in files]"
49 "[w:words?List the word counts.]"
79 sfprintf(sfstdout," %7I*d",sizeof(wp->words),wp->words);
176 twords += wp->words;
184 wp->words = twords;
H A Dwclib.c501 wp->words = nwords;
/ast/src/cmd/ksh93/tests/
H A Dquoting.sh305 subject='some/other/words'
307 [[ ${subject/${re}/\3} != words ]] && err_exit 'string replacement with \3 not working'
312 [[ ${subject/${re}/${string}} != words ]] && err_exit 'string replacement with $string not working with string=\3'
313 [[ $(print -r "${subject/${re}/${string}}") != words ]] && err_exit 'string replacement with $string not working with string=\3 using print'
/ast/src/lib/libtksh/tcl/
H A DtclHash.c692 for (iPtr1 = arrayPtr, iPtr2 = hPtr->key.words,
752 for (iPtr1 = arrayPtr, iPtr2 = hPtr->key.words,
775 for (iPtr1 = arrayPtr, iPtr2 = hPtr->key.words, count = tablePtr->keyType;
919 iPtr = hPtr->key.words; count > 0; count--, iPtr++) {
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c92 "[w:word-match|word-regexp?Force \apatterns\a to match complete words.]"
201 unsigned char words; /* word matches only */ member in struct:State_s
254 if (state->words)
261 if (state->words)
842 state.words = 1;
867 if ((state.options & REG_LITERAL) && state.words)
/ast/src/lib/libtk/generic/
H A DtkCursor.c307 ptr = cursorPtr->hashPtr->key.words;
H A DtkBitmap.c338 ptr = bitmapPtr->hashPtr->key.words;
352 * The words at *widthPtr and *heightPtr are filled in with
H A DtkColor.c363 void *ptr = tkColPtr->hashPtr->key.words;
H A DtkFont.c251 ptr = fontPtr->nameHashPtr->key.words;
H A Dtk3d.c472 void *ptr = borderPtr->hashPtr->key.words;
1082 * words, the table maps from the tangent of an angle to
/ast/src/cmd/re/
H A Dgrep.c83 "[w:word-match|word-regexp?Force \apatterns\a to match complete words.]"
177 unsigned char words; /* word matches only */ member in struct:State_s
202 if (state.words)
791 state.words = 1;
812 if ((state.options & REG_LITERAL) && state.words)
/ast/src/lib/libtk/library/demos/
H A Dtext.tcl44 You can double-click to select whole words or triple-click to select
/ast/src/lib/libtksh/include/
H A Dtcl.h493 int words[1]; /* Multiple integer words for key. member in union:Tcl_HashEntry::__anon427

Completed in 66 milliseconds