Searched refs:find_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/src/proto/
H A Dnormal.pro10 int find_ident_under_cursor __ARGS((char_u **string, int find_type));
11 int find_ident_at_pos __ARGS((win_T *wp, linenr_T lnum, colnr_T startcol, char_u **string, int find_type));
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/db/
H A Dt_db.c100 char *find_type; local
131 find_type = T_ARG(7);
203 textregion.base = find_type;
204 textregion.length = strlen(find_type);
208 find_type,
2425 char *find_type; local
2450 find_type = T_ARG(6);
2461 textregion.base = find_type;
2462 textregion.length = strlen(find_type);
2466 find_type,
[all...]
/macosx-10.9.5/vim-53/src/
H A Dnormal.c3384 * "find_type" can have one of three values:
3404 find_ident_under_cursor(string, find_type)
3406 int find_type;
3409 curwin->w_cursor.col, string, find_type);
3417 find_ident_at_pos(wp, lnum, startcol, string, find_type)
3422 int find_type;
3441 for (i = (find_type & FIND_IDENT) ? 0 : 1; i < 2; ++i)
3454 if ((find_type & FIND_EVAL) && ptr[col] == ']')
3468 && (!(find_type & FIND_EVAL) || ptr[col] != ']')
3486 if ((find_type
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dmkmf.rb1190 def find_type(type, opt, *headers, &b) method

Completed in 182 milliseconds