Searched +defs:token +defs:pos (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dbase64.c45 pos(char c) function
102 token_decode(const char *token) argument
/macosx-10.9.5/adv_cmds-153/gencat/
H A Dgenlib.c129 token(char *cptr) function
578 off_t pos; local
/macosx-10.9.5/man-16/man/gencat/
H A Dgenlib.c161 static char *token(cptr) function
642 off_t pos; local
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_cmds.c693 char *name = NULL, *token = NULL; local
695 int pos, newEntry, match, handledActiveNs; local
1073 char *token; local
1261 int pos; local
1262 char *token; local
1575 char *token; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-aent.el[all...]
H A Dcalc-lang.el[all...]
H A Dcalc-vec.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-engine.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp49 static inline bool skipWhiteSpace(const String& str, unsigned& pos, bool fromHttpEquivMeta) argument
67 skipToken(const String& str, unsigned& pos, const char* token) argument
86 skipEquals(const String& str, unsigned &pos) argument
93 skipValue(const String& str, unsigned& pos) argument
172 unsigned pos = 0; local
303 unsigned int pos, len; local
313 size_t pos = start; local
363 unsigned pos = 0; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DToolRunner.cpp387 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos); local
390 std::string token = CommandLine.substr(lastPos, pos - lastPos); local
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_filters.c75 char *pos; member in struct:http_filter_ctx
1229 char *token; local
[all...]
/macosx-10.9.5/swig-10/Source/DOH/
H A Dstring.c268 static int String_insert(DOH *so, int pos, DOH *str) { argument
324 String_delitem(DOH *so, int pos) argument
446 int pos, nsp, inc; local
606 match_simple(char *base, char *s, char *token, int tokenlen) argument
612 match_identifier(char *base, char *s, char *token, int tokenlen) argument
631 match_identifier_begin(char *base, char *s, char *token, int tokenlen) argument
645 match_identifier_end(char *base, char *s, char *token, int tokenlen) argument
660 replace_simple(String *str, char *token, char *rep, int flags, int count, char *(*match) (char *, char *, char *, int)) argument
889 String_replace(DOH *stro, DOH *token, DOH *rep, int flags) argument
[all...]
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_file.c1531 asl_file_read_set_position(asl_file_t *s, uint32_t pos) argument
1962 asl_file_list_match_next(void *token, aslresponse query, aslresponse *res, uint32_t count) argument
2036 asl_file_list_match_end(void *token) argument
[all...]
/macosx-10.9.5/vim-53/src/
H A Dif_sniff.c779 char *token; local
948 static int pos = 0, bytes = 0; local
[all...]
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cookie.c891 CFStringRef token; local
1149 CFIndex len, pos, nextPos; local
1197 CFIndex p1, p2, pos; local
1471 CFIndex pos; local
1489 CFIndex pos; local
1507 CFIndex pos; local
1540 CFIndex pos; local
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck.h269 char *buffer, *linectptr, *lineptr, *toktmp, *token, *cursor, *marker, *limit; member in struct:_syck_parser
361 long pos; member in struct:_syck_emitter_node
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c649 const char *pos = *line; local
679 const char *pos = *line; local
710 const char *pos = ap_strchr_c(*line, stop); local
1185 const unsigned char *token; local
1246 unsigned char *pos; local
1247 char *token; local
1334 const unsigned char *pos; local
1440 char *token; local
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dpattern.c860 int pos = 0, len = 0; local
1550 xsltCompileStepPattern(xsltParserContextPtr ctxt, xmlChar *token, int novar) argument
1752 xsltCompileRelativePathPattern(xsltParserContextPtr ctxt, xmlChar *token, int novar) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.cpp1098 pair<int, int> pos = posStack.last(); local
1112 pair<int, int> pos = posStack.last(); local
1232 ALWAYS_INLINE static bool isUnaryOp(JSTokenType token) argument
1238 int Parser<LexerType>::isBinaryOperator(JSTokenType token) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_include.c99 token_t token; member in struct:parse_node
946 get_ptoken(include_ctx_t *ctx, const char **parse, token_t *token, token_t *previous) argument
1995 apr_size_t l, x, pos; local
2585 apr_size_t pos = 1; local
2624 apr_size_t pos, spos = 0; local
2721 apr_size_t pos; local
2844 apr_size_t pos = intern->parse_pos; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c178 Token token; member in struct:__anon13030
182 int pos; member in struct:__anon13030
683 int token = EOS; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbitst.cpp336 int32_t pos; local
816 int pos = bi->next(); local
1691 char token[16]; local
1724 int32_t pos; // Break Position in the test string local
2489 cAt(int pos) argument
2873 rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) argument
2916 int32_t pos; // Index of the char following a potential break position local
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c109 enum token enum
265 int pos; /* Buffer position of occurrence. */ member in struct:member
308 int pos; /* Buffer position. */ member in struct:sym
1571 int pos = BUFFER_POS (); local
2645 int pos; local
3256 int pos = BUFFER_POS (); local
3273 int pos = BUFFER_POS (); local
3295 int pos = 0; local
[all...]
H A Detags.c2749 case the token containe variable in typeref:struct:tok
4521 char *pos; local
5521 int pos; local
5682 int pos; local
5740 int pos = 0; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c1805 Tcl_Command token; local
9355 long pos; local
9588 int pos = objvmap[j], i; local
[all...]

Completed in 273 milliseconds

12