Searched refs:getword (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/vim-53/src/proto/
H A Dgui_beval.pro8 int get_beval_info __ARGS((BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, int *colp));
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dlwconfig.c171 getword(FILE *fp, char *buffer, size_t size) { function
306 res = getword(fp, word, sizeof(word));
336 res = getword(fp, word, sizeof(word));
361 res = getword(fp, word, sizeof(word));
423 delim = getword(fp, word, sizeof(word));
442 delim = getword(fp, word, sizeof(word));
484 delim = getword(fp, word, sizeof(word));
523 delim = getword(fp, word, sizeof(word));
540 delim = getword(fp, word, sizeof(word));
561 delim = getword(f
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dresconf.c171 getword(FILE *fp, char *buffer, size_t size) { function
285 cp = getword(fp, word, sizeof(word));
307 res = getword(fp, word, sizeof(word));
361 delim = getword(fp, word, sizeof(word));
380 delim = getword(fp, word, sizeof(word));
392 delim = getword(fp, word, sizeof(word));
427 delim = getword(fp, word, sizeof(word));
440 delim = getword(fp, word, sizeof(word));
459 delim = getword(fp, word, sizeof(word));
517 stopchar = getword(f
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtdigest.c78 static void getword(char *word, char *line, char stop) function
267 getword(w, l, ':');
268 getword(x, l, ':');
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c461 bfd_vma (*getword) (const void *);
498 getword = bfd_getb32;
500 getword = bfd_getl32;
502 insn = getword (buffer);
946 prev_insn = getword (buffer);
966 prev_insn = getword (buffer);
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_parse.c501 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
508 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
554 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
566 if (getword(w, wq, &lp, &lq, ' ',
599 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
611 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
1715 if (getword(tok1, tok1q, &fsw, &fswq, ' ', sizeof (tok1)) == -1)
1812 if (getword(w, wq, lp, lq, ' ', MAXPATHLEN) == -1)
1820 if (getword(hostlist, hostlistq, &wlp, &wlq, ':',
1833 if (getword(dirnam
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/stringfileinfo/
H A Dstringfileinfo.tcl13 proc ::stringfileinfo::getword {fh} {
24 seek $fh [getword $fh] start
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.func.c64 static int getword (struct Strbuf *);
782 (void) getword(&word);
800 while (getword(&word))
845 if (type == TC_GOTO && getword(&word) && eq(word.s, goal))
863 (void) getword(&word);
885 (void) getword(NULL);
1002 getword(struct Strbuf *wp) function
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl367 proc ::ico::getword {fh} {
704 if {"[getword $fh] [getword $fh]" ne "0 1"} {
707 set num [getword $fh]
717 lappend info [getword $fh]
786 if {"[getword $fh] [getword $fh]" ne "0 1"} {
790 if {$index < 0 || $index >= [getword $fh]} {
880 if {[file size $file] > 4 && "[getword $fh] [getword
[all...]
H A Dico.tcl526 proc ::ico::getword {fh} {
861 if {"[getword $fh] [getword $fh]" ne "0 1"} {
912 if {"[getword $fh] [getword $fh]" ne "0 1"} {
918 set num [getword $fh]
928 lappend info [getword $fh]
1003 if {"[getword $fh] [getword $fh]" ne "0 1"} {
1007 set num [getword
[all...]
/macosx-10.9.5/autofs-234/headers/
H A Dautomount.h301 extern int getword(char *, char *, char **, char **, char, int);
/macosx-10.9.5/zsh-60/zsh/Misc/
H A Dlete2ctl58 sub getword { subroutine
239 $command = &getword;
247 while (defined($word = &getword)) {
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Doptions.c521 while (getword(f, cmd, &newline, filename)) {
530 if (!getword(f, args[i], &newline, filename)) {
1265 getword(f, word, newlinep, filename) function
1840 while (getword(controlfile, cmd, &newline, "controller")) {
1857 if (!getword(controlfile, args[i], &newline, "controller")) {
H A Dauth.c2582 if (!getword(f, word, &newline, filename))
2590 while (!newline && getword(f, word, &newline, filename))
2609 if (!getword(f, word, &newline, filename))
2629 if (!getword(f, word, &newline, filename))
2653 if (!getword(sf, word, &xxx, atfile)) {
2668 if (!getword(f, word, &newline, filename) || newline)
H A Dpppd.h998 int getword __P((FILE *f, char *word, int *newlinep, char *filename));
H A Dmain.c973 while (getword(controlfile, cmd, &newline, "controller")) {
/macosx-10.9.5/autofs-234/automountlib/
H A Dns_files.c154 if ((getword(word, wordq, &lp, &lq, ' ', sizeof (word))
297 if ((getword(word, wordq, &lp, &lq, ' ', MAXFILENAMELEN)
H A Dauto_subr.c183 * The call to getword must provide buffers w and wq of size at
184 * least wordsz. getword() will pass strings of maximum length
189 getword(char *w, char *wq, char **p, char **pq, char delim, int wordsz) function
198 "getword: input word size %d must be > 0", wordsz);
/macosx-10.9.5/vim-53/src/
H A Dgui_beval.c304 * If "getword" is true the returned text is not the whole line but the
309 get_beval_info(beval, getword, winp, lnump, textp, colp)
311 int getword;
341 if (getword)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1391 "getstr" "gettext" "getword" "hextoraw" "lenblob" "length" "log"

Completed in 332 milliseconds