Searched refs:get_option_value (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Doption.pro24 int get_option_value __ARGS((char_u *name, long *numval, char_u **stringval, int opt_flags));
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dadmin.c61 static char *get_option_value(ppd_file_t *ppd, const char *name,
3711 var = get_option_value(ppd, "PageSize", value, sizeof(value));
3713 var = get_option_value(ppd, keyword, value, sizeof(value));
3913 * 'get_option_value()' - Return the value of an option.
3919 get_option_value( function
/macosx-10.10.1/vim-55/src/
H A Dif_ruby.c656 isnum = get_option_value((char_u *)"enc", &lval, &sval, 0);
679 isnum = get_option_value((char_u *)"enc", &lval, &sval, 0);
H A Dif_tcl.c1327 isnum = get_option_value(option, &lval, &sval, 0);
H A Dif_mzsch.c1507 rc = get_option_value(name, &value, (char_u **)&strval, opt_flags);
H A Deval.c2390 opt_type = get_option_value(arg, &numval,
5471 opt_type = get_option_value(*arg, &numval,

Completed in 194 milliseconds