Searched +refs:bs +refs:attributes +refs:list (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/msdosfs-209.1.1/
H A Dmsdosfs.py128 # "entries" is a list of raw directory entry structures
279 bs = dev.read(512)
280 if ord(bs[0]) != 0xE9 and ord(bs[0]) != 0xEB:
282 v = struct.unpack("<H", bs[11:13])[0]
286 v = ord(bs[13])
291 self.reservedSectors = struct.unpack("<H", bs[14:16])[0]
292 self.numFATs = ord(bs[16])
293 self.rootEntryCount = struct.unpack("<H", bs[17:19])[0]
294 v = struct.unpack("<H", bs[1
[all...]
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.aix488 # 1. Don't list the capname here, or list it but comment it out (the latter
153 # on that hit list: rc, sc, uc.
273 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
278 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
363 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
455 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
494 box_attr_1 batt1 str Bx - - ----K attributes for box1
495 box_attr_2 batt2 str By - - ----K attributes for box2
804 char_set_names csnm str Zy - - ----- Produce #1'th item from list o
[all...]
H A DCaps.osf1r588 # 1. Don't list the capname here, or list it but comment it out (the latter
153 # on that hit list: rc, sc, uc.
278 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
286 no_color_video ncv num NC - - ----- video attributes that can not be used with colors
347 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
439 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
461 box_attr_1 batt1 str Bx - - ----K attributes for box1
462 box_attr_2 batt2 str By - - ----K attributes for box2
571 char_set_names csnm str Zy - - ----- Produce #1'th item from list o
[all...]
H A DCaps.uwin88 # 1. Don't list the capname here, or list it but comment it out (the latter
153 # on that hit list: rc, sc, uc.
267 #max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
272 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
331 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
423 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
615 # The first part of the list is from Ross Ridge's `mytinfo' package
617 # well as the termcap codes) match his list.
634 backspaces_with_bs OTbs bool bs
[all...]
H A DCaps.keys90 # 1. Don't list the capname here, or list it but comment it out (the latter
155 # on that hit list: rc, sc, uc.
275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
280 no_color_video ncv num NC - - ----- video attributes that can't be used with colors
365 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
457 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
792 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
852 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
879 # The first part of the list i
[all...]
H A DCaps88 # 1. Don't list the capname here, or list it but comment it out (the latter
153 # on that hit list: rc, sc, uc.
273 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
278 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
363 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
455 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
702 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
762 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
789 # The first part of the list i
[all...]
H A DCaps.hpux1188 # 1. Don't list the capname here, or list it but comment it out (the latter
153 # on that hit list: rc, sc, uc.
275 max_attributes ma num ma - - YBC-- maximum combined attributes terminal can handle
280 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors
365 exit_attribute_mode sgr0 str me - - YB-GE turn off all attributes
457 set_attributes sgr str sa - - YB-G- define video attributes #1-#9 (PG9)
710 char_set_names csnm str Zy - - ----- Produce #1'th item from list of character set names
771 set_a_attributes sgr1 str sA - - ----- Define second set of video attributes #1-#6
803 # The first part of the list i
[all...]

Completed in 199 milliseconds