Lines Matching +defs:attr +defs:number

28     linenr_T	lnum;	/* line number */
29 colnr_T col; /* column number */
46 linenr_T lnum; /* line number */
47 colnr_T col; /* column number */
57 int ga_len; /* current number of items used */
58 int ga_maxlen; /* maximum number of items possible */
60 int ga_growsize; /* number of items to grow each time */
96 * increase the number of possible marks. */
104 int fnum; /* file number */
121 int cur_match; /* match number */
122 int cur_fnum; /* buffer number used for cur_match */
171 #define w_p_nu w_onebuf_opt.wo_nu /* 'number' */
240 * 1. Each window can have a different line number associated with a buffer.
267 int fi_lnum; /* line number where fold starts */
290 linenr_T ue_top; /* number of line above undo block */
291 linenr_T ue_bot; /* number of line below undo block */
294 long ue_size; /* number of lines in ue_array */
296 int ue_magic; /* magic number to check allocation */
302 /* The following have a pointer and a number. The number is used when
320 long uh_seq; /* sequence number, higher == newer undo */
337 int uh_magic; /* magic number to check allocation */
388 * mf_used_count is the number of pages in the used list.
401 blocknr_T bh_bnum; /* block number */
403 int bh_page_count; /* number of pages in this block */
411 * when a block with a negative number is flushed to the file, it gets
412 * a positive number. Because the reference to the block is still the negative
413 * number, we remember the translation to the new positive number in the
422 blocknr_T nt_old_bnum; /* old, negative, number */
423 blocknr_T nt_new_bnum; /* new, positive, number */
463 int xp_numfiles; /* number of files found by
518 unsigned mf_used_count; /* number of pages in used list */
519 unsigned mf_used_count_max; /* maximum number of pages in memory */
522 blocknr_T mf_blocknr_max; /* highest positive block number + 1*/
523 blocknr_T mf_blocknr_min; /* lowest negative block number - 1 */
524 blocknr_T mf_neg_count; /* number of negative blocks numbers */
525 blocknr_T mf_infile_count; /* number of pages in the file */
526 unsigned mf_page_size; /* number of bytes in a page */
550 blocknr_T ip_bnum; /* block number */
575 linenr_T ml_line_count; /* number of lines in the buffer */
582 #define ML_LOCKED_POS 8 /* ml_locked needs positive block number */
587 int ml_stack_size; /* total number of entries in ml_stack */
589 linenr_T ml_line_lnum; /* line number of cached line, 0 if not valid */
595 int ml_locked_lineadd; /* number of lines inserted in ml_locked */
609 linenr_T lnum; /* line number which has this sign */
631 int al_refcount; /* number of windows using this arglist */
636 * number that contains the expanded file name (required for when ":cd" is
642 int ae_fnum; /* buffer number with expanded file name */
757 linenr_T throw_lnum; /* line number of the throw point */
827 linenr_T sst_lnum; /* line number for this state */
834 int sst_stacksize; /* number of states on the stack */
859 short_u fg_color; /* foreground color number */
860 short_u bg_color; /* background color number */
910 int tb_len; /* number of valid bytes in tb_buf[] */
1017 long_u hi_hash; /* cached hash number of hi_key */
1021 /* The address of "hash_removed" is used as a magic number for hi_key to
1034 long_u ht_used; /* number of items used */
1035 long_u ht_filled; /* number of items used + removed */
1066 varnumber_T v_number; /* number value */
1068 float_T v_float; /* floating number value */
1120 int lv_len; /* number of items */
1206 int b_syn_folditems; /* number of patterns with the HL_FOLD
1210 * b_sst_array[] contains the state stack for a number of lines, for the
1216 * b_sst_len number of entries in b_sst_array[]
1219 * b_sst_freecount number of free entries in b_sst_array[]
1281 int b_dev_valid; /* TRUE when b_dev has a valid number */
1282 dev_t b_dev; /* device number */
1283 ino_t b_ino; /* inode number */
1297 int b_fnum; /* buffer number for this file. */
1315 long b_mod_xlines; /* number of extra buffer lines inserted;
1345 int b_changelistlen; /* number of active entries */
1383 int b_u_numhead; /* current number of headers */
1385 long b_u_seq_last; /* last used undo sequence number */
1395 linenr_T b_u_line_lnum; /* line number of line in u_line */
1396 colnr_T b_u_line_colnr; /* optional column number */
1671 * This is using a linked list, because the number of differences is expected
1678 linenr_T df_lnum[DB_COUNT]; /* line number in buffer */
1735 * the entries can only be used to count the number of displayed lines used.
1740 linenr_T wl_lnum; /* buffer line number for logical line */
1745 linenr_T wl_lastlnum; /* last buffer line number for logical line */
1788 int attr; /* attributes to be used for a match */
1862 linenr_T w_topline; /* buffer line number of the line at the
1869 int w_topfill; /* number of filler lines above w_topline */
1875 colnr_T w_leftcol; /* window column number of the left most
1888 int w_height; /* number of rows in window, excluding
1891 int w_status_height; /* number of status lines (0 or 1) */
1917 * w_cline_height is the number of physical lines taken by the buffer line
1927 colnr_T w_virtcol; /* column number of the cursor in the
1929 number we're at on the screen. This
1941 linenr_T w_botline; /* number of the line below the bottom of
1943 int w_empty_rows; /* number of ~ rows in window */
1945 int w_filler_rows; /* number of filler rows at the end of the
1959 int w_lines_valid; /* number of valid entries */
1970 int w_nrwidth; /* width of 'number' and 'relativenumber'
1979 int w_upd_rows; /* number of window lines to update when
2061 int w_jumplistlen; /* number of active entries */
2080 int w_tagstacklen; /* number of tags on stack */
2154 long line_count; /* number of lines from op_start to op_end
2224 #define MSHAPE_NUMBERED 1000 /* offset for shapes identified by number */
2381 long number;
2411 prt_text_attr_T number;