Searched refs:words (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | wc.h | 45 Sfoff_t words; member in struct:__anon331
|
H A D | wc.c | 26 * 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 D | wclib.c | 501 wp->words = nwords;
|
/ast/src/cmd/ksh93/tests/ |
H A D | quoting.sh | 305 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 D | tclHash.c | 692 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 D | grep.c | 92 "[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 D | tkCursor.c | 307 ptr = cursorPtr->hashPtr->key.words;
|
H A D | tkBitmap.c | 338 ptr = bitmapPtr->hashPtr->key.words; 352 * The words at *widthPtr and *heightPtr are filled in with
|
H A D | tkColor.c | 363 void *ptr = tkColPtr->hashPtr->key.words;
|
H A D | tkFont.c | 251 ptr = fontPtr->nameHashPtr->key.words;
|
H A D | tk3d.c | 472 void *ptr = borderPtr->hashPtr->key.words; 1082 * words, the table maps from the tangent of an angle to
|
/ast/src/cmd/re/ |
H A D | grep.c | 83 "[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 D | text.tcl | 44 You can double-click to select whole words or triple-click to select
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 493 int words[1]; /* Multiple integer words for key. member in union:Tcl_HashEntry::__anon427
|
Completed in 46 milliseconds