Searched refs:lc (Results 176 - 200 of 376) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/syntax/
H A Dvirata.vim29 syn region virataComment start="^%" start="\s%"lc=1 keepend end="$" contains=@virataGrpInComments
30 syn region virataSpclComment start="^%%" start="\s%%"lc=1 keepend end="$" contains=@virataGrpInComments
125 syn match virataInMacAddr contained "\x[:]\x\{1,2}\>"lc=2
126 syn match virataInMacAddr contained "\s\x\{1,2}[:]\x"lc=1,me=e-1,he=e-2 nextgroup=virataInMacAddr
136 syn match virataDefSubstError "[^$]\$"lc=1
H A Dbtm.vim57 syn match btmLabelMark "goto [0-9a-zA-Z_\-]\+\>"lc=5
58 syn match btmLabelMark "gosub [0-9a-zA-Z_\-]\+\>"lc=6
85 syn match btmVariable "defined\s\i\+"lc=8
86 syn match btmVariable "set\s\i\+"lc=4
H A Dcrontab.vim34 syntax match crontabPercent "[^\\]%.*"lc=1 contained
H A Dcsh.vim38 syn region cshDblQuote start=+[^\\]"+lc=1 skip=+\\\\\|\\"+ end=+"+ contains=cshSpecial,cshShellVariables,cshExtVar,cshSelector,cshQtyWord,cshArgv,cshSubst,cshNoEndlineDQ,cshBckQuote,@Spell
39 syn region cshSnglQuote start=+[^\\]'+lc=1 skip=+\\\\\|\\'+ end=+'+ contains=cshNoEndlineSQ,@Spell
40 syn region cshBckQuote start=+[^\\]`+lc=1 skip=+\\\\\|\\`+ end=+`+ contains=cshNoEndlineBQ,@Spell
H A Dhog.vim18 syn match hogComment +\s\#[^\-:.%#=*].*$+lc=1 contains=hogTodo,hogCommentString
41 ""syn region hogString oneline start=+[^:a-zA-Z>!\\]'+lc=1 skip=+\\\\\|\\'+ end=+'+ contains=hogEscapeBrace,vimPatSep,hogNotPatSep
42 "syn region hogString oneline start=+=!+lc=1 skip=+\\\\\|\\!+ end=+!+ contains=hogEscapeBrace,hogPatSep,hogNotPatSep
43 "syn region hogString oneline start="=+"lc=1 skip="\\\\\|\\+" end="+" contains=hogEscapeBrace,hogPatSep,hogNotPatSep
44 "syn region hogString oneline start="[^\\]+\s*[^a-zA-Z0-9.]"lc=1 skip="\\\\\|\\+" end="+" contains=hogEscapeBrace,hogPatSep,hogNotPatSep
45 "syn region hogString oneline start="\s/\s*\A"lc=1 skip="\\\\\|\\+" end="/" contains=hogEscapeBrace,hogPatSep,hogNotPatSep
H A Docaml.vim226 syn match ocamlLabel "\~\(\l\|_\)\(\w\|'\)*"lc=1
227 syn match ocamlLabel "?\(\l\|_\)\(\w\|'\)*"lc=1
228 syn region ocamlLabel transparent matchgroup=ocamlLabel start="?(\(\l\|_\)\(\w\|'\)*"lc=2 end=")"me=e-1 contains=ALLBUT,@ocamlContained,ocamlParenErr
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.c569 extern login_cap_t *lc;
617 if ((lc = login_getclass(pw->pw_class)) == NULL) {
623 auth_approval(as, lc, pw->pw_name, "ssh") <= 0) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dattr.c51 int lc; local
54 if (Tcl_ListObjGetElements (interp, aserial, &lc, &lv) != TCL_OK) {
57 if ((lc % 2) != 0) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Dm.c214 int lc;
216 Tcl_ListObjGetElements(interp, objv[2], &lc, &lv);
217 Tcl_SetObjResult (interp, Tcl_NewIntObj (lc == 0));
211 int lc; local
/macosx-10.10/OpenSSL098-52/bin/
H A Dinstall_manpages119 $s_name = lc($s_name);
/macosx-10.10/less-25/less/
H A Dcommand.c387 int lc; local
427 lc = ASCII_IS_LOWER(p[0]);
437 if (!lc && ASCII_IS_LOWER(optchar))
444 if (!lc && ASCII_IS_LOWER(c))
/macosx-10.10/sudo-73/src/
H A Denv.c718 login_cap_t *lc = login_getclass(login_class); local
719 if (lc != NULL) {
720 setusercontext(lc, runas_pw, runas_pw->pw_uid,
722 login_close(lc);
H A Dset_perms.c624 extern login_cap_t *lc;
645 if (setusercontext(lc, runas_pw, runas_pw->pw_uid, flags)) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_util.tcl123 [linsert $mcmd end lc $loc]]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg_interp.tcl67 lappend l [lc $l]
/macosx-10.10/zsh-61/zsh/Util/
H A Dhelpfiles120 if ($cmd =~ /^\w*$/ && lc($cmd) eq $cmd) {
/macosx-10.10/apache-793/httpd/support/
H A Dapxs.in217 if (exists $config_vars{$arg} or exists $config_vars{lc $arg}) {
220 : $config_vars{lc $arg};
227 if (exists $internal_vars{$arg} or exists $internal_vars{lc $arg}) {
228 my $val = exists $internal_vars{$arg} ? $arg : lc $arg;
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c1064 domLineColumn *lc;
1153 lc = (domLineColumn*) ( ((char*)node) + sizeof(domNode));
1155 lc->line = XML_GetCurrentLineNumber(info->parser);
1156 lc->column = XML_GetCurrentColumnNumber(info->parser);
1425 domLineColumn *lc;
1508 lc = (domLineColumn*) ( ((char*)node) + sizeof(domTextNode) );
1510 lc->line = XML_GetCurrentLineNumber(info->parser);
1511 lc->column = XML_GetCurrentColumnNumber(info->parser);
1531 domLineColumn *lc;
1593 lc
1063 domLineColumn *lc; local
1424 domLineColumn *lc; local
1530 domLineColumn *lc; local
1614 domLineColumn *lc; local
2178 domLineColumn *lc; local
2268 domLineColumn *lc; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c1304 int lc = 0; local
1318 lc += l->nlines;
1322 dln.sfn = nints (lc);
1323 dln.sln = nints (lc);
1324 dln.cc = nints (lc);
1325 dln.section = nints (lc);
1327 dln.from_address = nints (lc);
1328 dln.to_address = nints (lc);
1333 dln.nln = lc;
1365 if (lc)
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c2311 ldapconn_t *lc = NULL; local
2321 if ( !ldap_back_dobind( &lc, &op2, rs, LDAP_BACK_SENDERR ) ) {
2336 rs->sr_err = ldap_whoami( lc->lc_ld, ctrls, NULL, &msgid );
2340 if ( ldap_result( lc->lc_ld, msgid, LDAP_MSG_ALL, &tv, &res ) == -1 ) {
2341 ldap_get_option( lc->lc_ld, LDAP_OPT_ERROR_NUMBER,
2345 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
2353 rs->sr_err = ldap_parse_whoami( lc->lc_ld, res, &bv );
2362 if ( lc != NULL ) {
2363 ldap_back_release_conn( (ldapinfo_t *)op2.o_bd->be_private, lc );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap-int.h720 LDAPConn *lc, LDAPreqinfo *bind, int noconn, int m_res );
726 LDAP_F (void) ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind );
857 LDAP_F(void) ldap_int_gssapi_close LDAP_P(( LDAP *ld, LDAPConn *lc ));
H A Doptions.c290 ldaplist *lc = *ll; local
291 *ll = lc->ll_next;
292 LDAP_FREE(lc);
/macosx-10.10/cron-39/lib/
H A Dentry.c292 login_cap_t *lc; local
319 if ((lc = login_getclass(e->class)) == NULL) {
323 login_close(lc);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfacemenu.el517 (let ((lc (nthcdr (1- (display-color-cells)) list)))
518 (if lc
519 (setcdr lc nil)))))
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile34 ip6.h lc.h ls.h magic.h mc.h mime.h mnt.h modecanon.h modex.h \
89 catopen.c iconv.c lc.c lctab.c mc.c \
211 -liconv -lw /* these should be pulled in by -lc */
267 lc.h lctab.c :JOINT: lcgen lc.tab
343 * some systems move -lc routines to -lm

Completed in 448 milliseconds

1234567891011>>